API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsScripts
Exporter
Project
ResourceDeclAugmentCallback.h
1
// ResourceDeclAugmentCallback.h
3
//
5
6
namespace
nkScripts
7
{
14
class
DLL_SCRIPTS_EXPORT
ResourceDeclAugmentCallback
15
{
16
public :
17
21
ResourceDeclAugmentCallback
() ;
25
virtual
~ResourceDeclAugmentCallback
() ;
26
36
virtual
void
onScript
(
Script
* script,
nkExport::Node
* node) ;
37
} ;
38
}
nkScripts::ResourceDeclAugmentCallback
Represents a callback enabling to "augment" a loading or saving of a project.
Definition:
ResourceDeclAugmentCallback.h:15
nkScripts
Encompasses all API of component NilkinsScripts.
Definition:
Environment.h:7
nkScripts::Script
Holds all information for a script.
Definition:
Script.h:14
nkScripts::ResourceDeclAugmentCallback::~ResourceDeclAugmentCallback
virtual ~ResourceDeclAugmentCallback()
nkExport::Node
A node in the tree structure representing the data to export / import.
Definition:
Node.h:42
nkScripts::ResourceDeclAugmentCallback::onScript
virtual void onScript(Script *script, nkExport::Node *node)
nkScripts::ResourceDeclAugmentCallback::ResourceDeclAugmentCallback
ResourceDeclAugmentCallback()
Generated by
Doxygen
1.8.18